Roll20 uses cookies to improve your experience on our site. Cookies enable you to enjoy certain features, social sharing functionality, and tailor message and display ads to your interests on our site and others. They also help us understand how our site is being used. By continuing to use our site, you consent to our use of cookies. Update your cookie preferences .
×
Create a free account

Roll {1d100+1d10}

I recently started to use this helpful functionality of asking dice. ?{target number} and I'm really glad that is implemented. Some of my macros use the normal /roll 1d100<?{Target}. /roll {1d100+10}<?{Target} also works. /roll {1d100+1d10}<X works fine. But if I try to add a variable like /roll {1d100+1d10}<?{Target} it doesn't work. It says there is an error on the formula. I think it's something due to ?{Target} interpreting the variable. I hope you can fix this. If not, I'll probably just use a variant. Thanks beforehand.
This is the error code: Only one roll expression is allowed in a single sub-roll expression success check
1380613510
Gauss
Forum Champion
This should work: /roll {1d1-1+[[1d100+1d10]]}<?{Target} - Gauss
Thank You very much :)